diff --git a/.editorconfig b/.editorconfig index 16a03a9..f8f8ef2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,17 +4,29 @@ root = true charset = utf-8 end_of_line = lf indent_size = 4 -indent_style = tab +indent_style = space insert_final_newline = true -max_line_length = 100 +max_line_length = 120 +tab_width = 4 trim_trailing_whitespace = true -# trailing spaces in markdown indicate word wrap -[*.md] -trim_trailing_whitespace = false +[*.css] +indent_size = 2 +tab_width = 2 + +[*.scss] +indent_size = 2 +[{*.ats,*.ts,*.tsx}] +indent_style = tab -# Set spaces indent -[*.{json,yml,pug,html}] +[{*.js,*.cjs,*.mjs,*.jsx}] +indent_style = tab + +[{.analysis_options,*.yml,*.yaml}] indent_size = 2 -indent_style = space +tab_width = 2 + +[{.nycrc,.babelrc,.prettierrc,.stylelintrc,.eslintrc,jest.config,.sytlelintrc,*.json,*.jsb3,*.jsb2,*.bowerrc,*.graphqlconfig}] +indent_size = 2 +tab_width = 2 diff --git a/README.md b/README.md index 5f3dd52..1a32902 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ # M.O.P.S **M**odify **O**rientation **P**osition **S**ize -> German >> English: **Mops** >> **Pug** -> it moves, it stretches, it rolls around - -
- [![MIT license][license-badge]][license] [![Code of Conduct][coc-badge]][coc] diff --git a/docs/index.html b/docs/index.html index 20543d6..256b2fe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,10 +5,5 @@