.editorconfig (339B)
1 root = true 2 3 [*] 4 end_of_line = lf 5 6 trim_trailing_whitespace = true 7 insert_final_newline = true 8 9 10 [*.el] 11 indent_style = space 12 max_line_length = 80 13 14 15 [Makefile] 16 indent_style = tab 17 tab_width = 4 18 19 20 [.gitmodules] 21 indent_style = tab 22 tab_width = 4 23 24 25 [*.yml] 26 indent_style = space 27 indent_size = 2 28 29 [ert-tests/**/*.ini] 30 file_type_ext = editorconfig