maacpiash/KonSchool

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
root = true

[*]
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
max_line_length = 120

[*.cs]
indent_size = 4
indent_style = tab

[*.{csproj,json,xml}]
indent_size = 2
indent_style = space

[*.md]
max_line_length = 0

[COMMIT_EDITMSG]
max_line_length = 72