voterunner

quick and dirty votes and discussions
git clone https://git.ce9e.org/voterunner.git

commit
68e063dd423bc906faaf69554e708ef63bf1abaa
parent
80279109c43de13275beaa2c80994c7554b63968
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-09-11 09:35
add editorconfig

Diffstat

A .editorconfig 7 +++++++

1 files changed, 7 insertions, 0 deletions


diff --git a/.editorconfig b/.editorconfig

@@ -0,0 +1,7 @@
   -1     1 root = true
   -1     2 
   -1     3 [*]
   -1     4 end_of_line = lf
   -1     5 insert_final_newline = true
   -1     6 charset = utf-8
   -1     7 indent_style = tab