1
0
Fork 0
mirror of synced 2024-11-30 03:05:35 -05:00
zimfw/.editorconfig
deltax 3a626804ce
Better styleguide
- EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs
2018-01-09 21:04:14 +01:00

21 lines
306 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
max_line_length=120
[*.sh]
indent_style = tab
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
[*.zsh]
indent_style = tab
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false