oh-my-fish/.editorconfig

10 lines
157 B
INI
Raw Normal View History

# http://editorconfig.org
2015-02-15 05:30:17 +00:00
root = true
[*]
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true