Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
EOLE
Zéphir
Services
PostgreSQL
Commits
a10cf687
Commit
a10cf687
authored
Jan 18, 2019
by
Daniel Dehennin
Browse files
Common configuration for editors with editorconfig
parent
a5c24ba7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.editorconfig
0 → 100644
View file @
a10cf687
# top-most EditorConfig file
root = true
# 4 space indentation only for python
[*.py]
indent_style = space
indent_size = 4
# JavaScript
[*.js]
indent_style = space
indent_size = 2
# JSON
[*.json]
indent_style = space
indent_size = 2
# SHELL
[*.sh]
indent_style = space
indent_size = 4
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
# YAML
[*.yml]
indent_style = space
indent_size = 2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment