dsk2woz/.editorconfig
Thomas Harte 9fc214758f Adds an .editorconfig.
At least in part to ensure GitHub shows tabs as intended.
2019-07-27 21:51:32 -04:00

7 lines
88 B
INI

[*]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true