From 1ed4d1fa58ffa6222532735df20839e443aaea96 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Fri, 9 Aug 2019 10:34:25 -0400 Subject: start groundwork for adding snap by forking https://github.com/abitrolly/podman Signed-off-by: Peter Hunt --- contrib/snapcraft/.editorconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 contrib/snapcraft/.editorconfig (limited to 'contrib/snapcraft/.editorconfig') 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 -- cgit v1.2.3-54-g00ecf