Files
coursebank/.editorconfig
T
alexm abc0bdf621
Sync README to GitHub / sync (push) Successful in 12s
CI / check (push) Successful in 8m31s
Deploy docs / deploy (push) Successful in 6m44s
Nightly / nightly (push) Successful in 10m33s
Dev (#1)
Reviewed-on: #1
2026-08-07 15:48:11 -04:00

26 lines
413 B
INI

# Check http://editorconfig.org for more information
root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
end_of_line = lf
[*.{yml, yaml}]
indent_size = 2
trim_trailing_whitespace = true
[*.md]
indent_size = 4
trim_trailing_whitespace = true
[LICENSE]
insert_final_newline = false
[*.{diff,patch}]
trim_trailing_whitespace = false