aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2018-12-04 22:43:57 +0100
committerTim Meusel <tim@bastelfreak.de>2018-12-04 22:43:57 +0100
commit12dcf691628b11a2cf49f574ff42ce8929092471 (patch)
treea86366a13a561a4a97ce7f95d9b428c7f6f5f8b4 /.editorconfig
parentdcb600f17c41fb88b4ad04eb918bd703730e6c41 (diff)
downloadpuppet-ferm-12dcf691628b11a2cf49f574ff42ce8929092471.tar.gz
puppet-ferm-12dcf691628b11a2cf49f574ff42ce8929092471.tar.bz2
modulesync 2.3.1
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..d77700e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+# editorconfig.org
+
+# MANAGED BY MODULESYNC
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+tab_width = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true