From 22e7b4b543738acf1c5e9ece7435eb95fea55dc5 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 17 Dec 2018 05:29:14 +0100 Subject: Add .editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3e899fd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +max_line_length = 80 + +[*.json] +indent_style = space +indent_size = 4 -- cgit v1.1