filebrowser/.editorconfig
Henrique Dias 99c8c92c6c fix #260
2017-10-30 15:24:06 +00:00

14 lines
224 B
INI

root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# 4 space indentation
[*.go]
indent_style = tab
indent_size = 4