summaryrefslogtreecommitdiff
path: root/contrib/snapcraft/.editorconfig
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-08-13 18:44:24 +0200
committerGitHub <noreply@github.com>2019-08-13 18:44:24 +0200
commitce64c1403df0e4ca75be50e4a835cc0889b0c8ac (patch)
tree9637b215859c8459f61f58fb23351201c42b3111 /contrib/snapcraft/.editorconfig
parent7a859f064a1f4a5a7eb5ab0d8d175c2f0b0de497 (diff)
parente9365c1a81337c7700ae2d360082b6b1cadb7f0e (diff)
downloadpodman-ce64c1403df0e4ca75be50e4a835cc0889b0c8ac.tar.gz
podman-ce64c1403df0e4ca75be50e4a835cc0889b0c8ac.tar.bz2
podman-ce64c1403df0e4ca75be50e4a835cc0889b0c8ac.zip
Merge pull request #3772 from haircommander/snapcraft
fork https://github.com/abitrolly/podman
Diffstat (limited to 'contrib/snapcraft/.editorconfig')
-rw-r--r--contrib/snapcraft/.editorconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/snapcraft/.editorconfig b/contrib/snapcraft/.editorconfig
new file mode 100644
index 000000000..1749b2d4c
--- /dev/null
+++ b/contrib/snapcraft/.editorconfig
@@ -0,0 +1,17 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = false
+insert_final_newline = false
+
+[*.yaml]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true \ No newline at end of file