osmith has uploaded this change for review.

View Change

editorconfig: new file

Let editors like vim, neovim and many more automatically indent erl
files with 4 spaces as it is done throughout this source tree.

Related: https://editorconfig.org/
Change-Id: Idb35212657f720aba236cb5dcdfa1bef8db9e838
---
A .editorconfig
1 file changed, 8 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg refs/changes/66/41166/1
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..6163852
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[**/*.erl]
+indent_size = 4
+indent_style = space
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true

To view, visit change 41166. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: Idb35212657f720aba236cb5dcdfa1bef8db9e838
Gerrit-Change-Number: 41166
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>