1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 02:17:08 +00:00

Adds a .editorconfig to aid Github display.

This commit is contained in:
Thomas Harte
2018-07-16 19:59:03 -04:00
parent 1d068fd09b
commit 258c8b5900
+6
View File
@@ -0,0 +1,6 @@
[*]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true