stefan22
12/10/2018 - 7:27 PM

editor config settings

editor config settings ( .editorConfig)

my editor settings

# EditorConfig is awesome: https://EditorConfig.org
root = true

# AutoFormat All Files
[*]
trim_trailing_whitespace = true
insert_final_newline = true

# Format All Source Files
[*.{md,js,jsx,json,scss,hbs,*rc}]
charset = utf-8
indent_style = space
indent_size = 2

# Format Any Missing Config Files
[.eslintignore]
indent_style = space
indent_size = 2

# goes here if no .prettierrc file
prettier.eslintIntegration = true