[gssdp] Add basic editorconfig file



commit 360f56bfeaca0920e256aa1763a9fecda3a25d6f
Author: Jens Georg <mail jensge org>
Date:   Sun Nov 11 06:50:43 2018 +0100

    Add basic editorconfig file

 .editorconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
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
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]