Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Comptoir.v3_Working.FORK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fabrice Gangler
Comptoir.v3_Working.FORK
Commits
f26e17a6
Commit
f26e17a6
authored
5 years ago
by
Fabrice Gangler
Browse files
Options
Downloads
Patches
Plain Diff
CHORE: add .editorconfig file
Documentation:
https://editorconfig.org/
Refs: #17
parent
3f8f8167
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.editorconfig
+25
-0
25 additions, 0 deletions
.editorconfig
with
25 additions
and
0 deletions
.editorconfig
0 → 100644
+
25
−
0
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment