1 # this should work for all editors that support .editorconfig!
3 # on debian, emacs users should install elpa-editorconfig and vim
4 # users should install vim-editorconfig.
10 # this remove final newline in some editors, instead of inserting it
11 # insert_final_newline = true
12 trim_trailing_whitespace = true
19 # to do not have final newline in python code
20 insert_final_newline = true
23 # done in tests and other cases do not use 2 spaces identations, so this
24 # should be commented on those cases
26 trim_trailing_whitespace = true
32 # specs seem to have 76 chars max per lines as RFCs