diff options
author | Samuel Lidén Borell <samuel@kodafritt.se> | 2016-08-11 00:26:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-11 00:26:55 +0200 |
commit | 00099b1c693d6e937dc45986ec9a71f82e833945 (patch) | |
tree | b4151873c74f0342af0ddf36e77609fe3e7bc4e7 | |
parent | f50c51d67a957286558fb368c760c763941c9329 (diff) | |
parent | 83f55814a833c79f7fdf4a309308b26f5efbe9f3 (diff) | |
download | pnr96addrstats-main.tar.gz pnr96addrstats-main.tar.bz2 pnr96addrstats-main.zip |
-rw-r--r-- | .editorconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1ddfb72 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +root = true + + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 4 + +[*.css] +indent_style = space +indent_size = 2 + +[*.html] +indent_style = space +indent_size = 2 + +[{Makefile,*.mk}] +indent_style = tab |