1
0
.dotfiles/home/.editorconfig

16 lines
241 B
INI
Raw Normal View History

2014-07-31 19:03:54 +00:00
# Top-most EditorConfig file
root = true
# Unix-style newlines on every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
# Python files use space indents
[*.py]
indent_style = space
indent_size = 4
# format:dosini