]> www.wagner.pp.ru Git - openssl-gost/engine.git/blob - .editorconfig
tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test
[openssl-gost/engine.git] / .editorconfig
1 # https://editorconfig.org
2
3 root = true
4
5 [*]
6 end_of_line = lf
7 insert_final_newline = true
8 tab_width = 8
9
10 [*.[ch]]
11 indent_size = 4
12 indent_style = space
13
14 [{CMakeLists.txt,*.cmake}]
15 indent_size = 2
16 indent_style = space
17
18 [*.yml]
19 indent_size = 4
20 indent_style = space
21
22 [COMMIT_EDITMSG]
23 indent_size = 2
24 indent_style = space
25 max_line_length = 80