this repo has no description

editorconfig

12Me21 54927955 f046854f

+8
+8
.editorconfig
··· 1 + root = true 2 + 3 + [*] 4 + indent_style = tab 5 + tab_width = 3 6 + indent_size = 3 7 + trim_trailing_whitespace = false 8 + charset = utf-8