Files
vgstation13/.editorconfig
Rob Nelson 3aa3ab4261 Changelog Tool Overhaul (#24699)
* Changelog thing overhaul. No actual changes to the changelog format or to the changelog itself, just a bunch of fixes.

* Clarify

* FCK

* Shebang
2019-11-04 21:34:31 -06:00

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