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
Zone Manager
Commits
049a22c8
Commit
049a22c8
authored
Jan 18, 2019
by
Daniel Dehennin
Browse files
Common configuration for editors with editorconfig
parent
72a98b7b
Changes
1
Show whitespace changes
Inline
Side-by-side
.editorconfig
0 → 100644
View file @
049a22c8
# 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