summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-11-11 06:50:43 +0100
committerJens Georg <mail@jensge.org>2018-11-11 06:50:43 +0100
commit360f56bfeaca0920e256aa1763a9fecda3a25d6f (patch)
tree3c4971a28c5ccbfb5190c8c20ff7fd8a4f6f443a
parentd159b099184b009f6af2c557061b98eb1da7c0cb (diff)
downloadgssdp-360f56bfeaca0920e256aa1763a9fecda3a25d6f.tar.gz
Add basic editorconfig file
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..a57c401
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# https://editorconfig.org
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.{c,h}]
+indent_style = space
+indent_size = 8
+