1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-11 04:28:58 +00:00

Merge pull request #499 from TomHarte/EditorConfig

Adds a .editorconfig to aid Github display.
This commit is contained in:
Thomas Harte 2018-07-16 20:00:27 -04:00 committed by GitHub
commit 5a0499e8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.editorconfig Normal file
View File

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