dotfiles/dot_homesick/repos/homeshick/dot_editorconfig

14 lines
190 B
Plaintext

# EditorConfig is awesome: http://EditorConfig.org
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.sh]
indent_style = tab
[*.md]
max_line_length = 80