Revision a49d8e792c71d957e67db05b50fc7d3fa3b5750b authored by Larko on 13 April 2021, 15:28:35 UTC, committed by GitHub on 13 April 2021, 15:28:35 UTC
1 parent 7e28d0f
Raw File
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.agc]
indent_style = tab
tab_width = 8

[*.md]
indent_style = space
indent_size = 2
back to top