filebrowser/.editorconfig
Henrique Dias 3535f34c4f Move fonts and add go to editorconfig
Former-commit-id: 45a5b4c8586bd3417090ca565a0db43ab6aca31d [formerly 3b40f1b77fed063f498d1eb0ac6905e749343e19] [formerly d7d8973a5bb23a0b943605a22f6da12efb6e384e [formerly aec74bd8d6]]
Former-commit-id: 94999ff88a6186c8e98b0161f035ea11a8023ad7 [formerly a449396cea340beefc2cf72cedba4bc8c72d4173]
Former-commit-id: d6c6178835bba69bf6a87e0ac43e5284d841ba61
2017-06-30 15:09:00 +01:00

14 lines
211 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