diff --git a/editorconfig.txt b/editorconfig.txt new file mode 100644 index 00000000..1580fab7 --- /dev/null +++ b/editorconfig.txt @@ -0,0 +1,9 @@ +[*] +root = true +end_of_line = lf +charset = utf-8 +indent_style = space +indent_size = 4 +insert_final_newline = false +max_line_length = 80 +trim_trailing_whitespace = true