aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Lidén Borell <samuel@kodafritt.se>2016-08-11 00:26:55 +0200
committerGitHub <noreply@github.com>2016-08-11 00:26:55 +0200
commit00099b1c693d6e937dc45986ec9a71f82e833945 (patch)
treeb4151873c74f0342af0ddf36e77609fe3e7bc4e7
parentf50c51d67a957286558fb368c760c763941c9329 (diff)
parent83f55814a833c79f7fdf4a309308b26f5efbe9f3 (diff)
downloadpnr96addrstats-main.tar.gz
pnr96addrstats-main.tar.bz2
pnr96addrstats-main.zip
Merge PR #3: Add editorconfigHEADmain
-rw-r--r--.editorconfig21
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