Skip to content

Instantly share code, notes, and snippets.

@slenderock
Last active April 22, 2017 15:34
Show Gist options
  • Save slenderock/48fb91a589e467c8efe322ce9b5806e3 to your computer and use it in GitHub Desktop.
Save slenderock/48fb91a589e467c8efe322ce9b5806e3 to your computer and use it in GitHub Desktop.
Універсальне налаштування для всіх IDE( IDEA, Sublime, Visual Studio Code, Brackets, etc.)
# http://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,es6,jsx,ts,tsx,py,html,css,less,sass,php}]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
@slenderock
Copy link
Author

Для використання потрібно додати цей файл в корінь проекту

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment