Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Comptoir
Comptoir
Commits
f26e17a6
Commit
f26e17a6
authored
Feb 27, 2020
by
Fabrice Gangler
🎨
Browse files
CHORE: add .editorconfig file
Documentation:
https://editorconfig.org/
Refs:
#17
parent
3f8f8167
Changes
1
Hide whitespace changes
Inline
Side-by-side
.editorconfig
0 → 100644
View file @
f26e17a6
# This file is for unifying the coding style
# for different editors and IDEs.
#
# More information at http://editorconfig.org/
##############################################
root = true
##############################################
# default charset
# + 4 space indentation
# + Unix-style newlines
# + remove any whitespace characters preceding newline characters
##############################################
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
indent_style = tab
Write
Preview
Supports
Markdown
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