1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-01 06:41:36 +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
.editorconfig Normal file
View File

@ -0,0 +1,6 @@
[*]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true