cppo-ng/.editorconfig
2017-06-21 22:47:20 -07:00

17 lines
257 B
INI

# This is the topmost .editorconfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
max_line_length=79
[*.py]
indent_style = tab
indent_size = 4
max_line_length=79