diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..03328c5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +indent_style = tab +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/.gitignore b/.gitignore index 0418c82..87323a5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ !h2mm !install.sh !README.md -!version \ No newline at end of file +!version +!.editorconfig