mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 07:57:50 +00:00
* Changelog thing overhaul. No actual changes to the changelog format or to the changelog itself, just a bunch of fixes. * Clarify * FCK * Shebang
21 lines
308 B
INI
21 lines
308 B
INI
# http://editorconfig.org/
|
|
# Atom: Install the editorconfig addon.
|
|
root = True
|
|
|
|
[*]
|
|
indent_size = 4
|
|
indent_style = tab
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
|
|
[*.txt]
|
|
insert_final_newline = false
|
|
|
|
[*.yml]
|
|
indent_size = 2
|
|
indent_style = space
|