0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-03-16 20:33:30 +00:00
crazy-max_diun/.editorconfig

22 lines
399 B
INI
Raw Normal View History

2019-06-04 20:11:54 +00:00
# This file is for unifying the coding style for different editors and IDEs.
# More information at http://editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab
2020-06-15 17:50:09 +00:00
[{**/fixtures/**,**/.dev/**}]
insert_final_newline = false
2019-06-04 20:11:54 +00:00
[*.md]
trim_trailing_whitespace = false