Files
fulpstation/.editorconfig
Kyle Spier-Swenson 8d984ef59c Adds an editorconfig
Prevents github putting newlines at the end of files in the web editor (something that would make expanding the context on the diff annoying to do.

Sets the default tab size to be the same as DM.
2017-01-29 20:00:24 -08:00

5 lines
68 B
INI

[*]
insert_final_newline = false
indent_style = tab
indent_size = 4