From 40e4f43aafa64989e0b6ec19651b1ccfc2ebc463 Mon Sep 17 00:00:00 2001 From: Andrew Toskin Date: Apr 22 2019 19:48:25 +0000 Subject: Add EditorConfig file --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..14a5889 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +max_line_length = 80 +tab_width = 4 +trim_trailing_whitespace = true + +[*.{md,mdown,markdown,spec,txt}] +max_line_length = 72