about summary refs log tree commit diff
path: root/src/c-siphash/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/c-siphash/.editorconfig')
-rw-r--r--src/c-siphash/.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/c-siphash/.editorconfig b/src/c-siphash/.editorconfig
new file mode 100644
index 00000000..b10bb4f3
--- /dev/null
+++ b/src/c-siphash/.editorconfig
@@ -0,0 +1,11 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+charset = utf-8
+
+[*.{c,h}]
+indent_style = space
+indent_size = 8