summaryrefslogtreecommitdiff
path: root/shared/c-siphash/.editorconfig
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-04-18 15:19:58 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-04-18 15:20:01 +0200
commit579f17cfee2ed46f8779d8d624be26a584084122 (patch)
tree4f462a3c21efbb7055036a0c85f4a313f1683ae9 /shared/c-siphash/.editorconfig
parentaca671fff0cff70bab75259d8434b546f41bd077 (diff)
parent1ea09eb549dbd910ea593e01fb6f746ae20b4beb (diff)
downloadNetworkManager-579f17cfee2ed46f8779d8d624be26a584084122.tar.gz
Merge commit '1ea09eb549dbd910ea593e01fb6f746ae20b4beb' as 'shared/c-siphash'
Imported c-siphash code with command: git subtree add --prefix shared/c-siphash/ git@github.com:c-util/c-siphash.git master --squash To update the library use: git subtree pull --prefix shared/c-siphash/ git@github.com:c-util/c-siphash.git master --squash
Diffstat (limited to 'shared/c-siphash/.editorconfig')
-rw-r--r--shared/c-siphash/.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/shared/c-siphash/.editorconfig b/shared/c-siphash/.editorconfig
new file mode 100644
index 0000000000..b10bb4f3f8
--- /dev/null
+++ b/shared/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