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 08:58:47 +0100
commit46594beb62efeefe934079fa16862235d8dce663 (patch)
tree52f4f070b72fa434fb4db44de56ce40ac9dea192
parent27632ae0a60e25a7873187326ddecb57bb275ca9 (diff)
downloadgssdp-46594beb62efeefe934079fa16862235d8dce663.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
+