diff options
author | noreply@github.com <noreply@github.com> | 2020-01-27 22:51:01 +0000 |
---|---|---|
committer | noreply@github.com <noreply@github.com> | 2020-01-27 22:51:01 +0000 |
commit | efd5580d6ac32c58115da2773aa602f485d491ac (patch) | |
tree | 2fd5a14afff3887451c36fdf098afb249dcd959c /.editorconfig | |
parent | e16b7549fc3441bbc2b09d101360b2a341df1c71 (diff) | |
parent | 0d576c7eccc8183e72b675b18a49d6b5c40f5e83 (diff) | |
download | cpt-efd5580d6ac32c58115da2773aa602f485d491ac.tar.gz |
Merge pull request #93 from kisslinux/ezupdate2
kiss: Reverse permissions model (simpler method)
FossilOrigin-Name: e1af2f19d6887d421c58756cb5f82db1c94cd85c68ce3ae7326321c005ddbc3f
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7b8413b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +# Force GitHub to display tabs +# mixed with [4] spaces properly. +[kiss] +indent_style = tab +indent_size = 4 |