summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorCody P Schafer <dev@codyps.com>2020-09-11 21:50:46 -0400
committerCody P Schafer <dev@codyps.com>2020-09-11 21:50:46 -0400
commitb4858446776e61906ea72b859d40eb4a44992533 (patch)
treea17bcc75839ab55ec9cc94ea0b926cf952724a5b /.editorconfig
parenta0d8dde6b0aef2c2541f65d7862af3e5e28afeef (diff)
downloadrust-libzfs-b4858446776e61906ea72b859d40eb4a44992533.zip
editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..25d1b75
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.yml]
+indent_style = space
+indent_size = 2