From 87ae108b2f4ff78abee8db91303f95355e9ef598 Mon Sep 17 00:00:00 2001 From: Mike Crowe Date: Sat, 26 Feb 2022 10:29:57 -0500 Subject: [PATCH] "Fixing README.md" --- .editorconfig | 23 +++++++++++++++++++++++ README.md | 8 ++++++-- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9276b93 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,23 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# http://editorconfig.org + +root = true + +[*.js] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false + +[*.py] +indent_size = 4 + +[*.yml] +indent_size = 4 +indent_style = space diff --git a/README.md b/README.md index 30736b8..1a5620d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ If you like the idea of xxh click ⭐ on the repo and