dotfiles/confs/editorconfig

31 lines
493 B
Plaintext
Raw Normal View History

2018-06-28 22:13:33 +00:00
################################
# EditorConfig config file #
################################
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[{*,.*}]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
max_line_length = 80
charset = utf-8
[*.py]
indent_style = space
indent_size = 4
max_line_length = 79
[{Makefile,makefile,*.mk}]
indent_style = tab
[*.md]
indent_style = space
[*.sh]
max_line_length = 0