Skip to content
Snippets Groups Projects
Commit 6026f434 authored by Daniel Dehennin's avatar Daniel Dehennin
Browse files

Common configuration for editors with editorconfig

parent 1f5cf0f5
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment