awesome-prolog/.editorconfig
2017-12-11 16:20:17 +02:00

13 lines
182 B
INI

root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{json,yml}]
indent_style = space
indent_size = 2