Browse Source

.editorconfig more filetype specifics

master
heck 5 years ago
parent
commit
ee3cbb1a01
  1. 13
      .editorconfig

13
.editorconfig

@ -16,4 +16,15 @@ indent_brace_style = K&R
curly_bracket_next_line = false
spaces_around_operators = true
spaces_around_brackets = true
quote_type = double
[*.py]
indent_size = 4
[Makefile]
indent_style = tab
[*.ini]
indent_size = 2
[*.cfg]
indent_size = 2

Loading…
Cancel
Save