Commit c6f7d34c by Joseph Weigl

Reorder editorconfig

parent 632a5e9b
# http://editorconfig.org # http://editorconfig.org
root = true root = true
[*.go] [*]
indent_style = tab indent_style = space
indent_size = 4 indent_size = 2
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*] [*.go]
indent_style = space indent_style = tab
indent_size = 2 indent_size = 4
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment