Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
blog.funkwhale.audio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
funkwhale
blog.funkwhale.audio
Merge requests
!16
Editorconf
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Editorconf
editorconf
into
main
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
Georg Krause
requested to merge
editorconf
into
main
3 years ago
Overview
0
Commits
1
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Compare
main
version 1
c08c7f4f
3 years ago
main (base)
and
latest version
latest version
0da33df3
1 commit,
3 years ago
version 1
c08c7f4f
1 commit,
3 years ago
1 file
+
13
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.editorconfig
0 → 100644
+
13
−
0
Options
# We don't want users to overwrite configs with their own file
root
=
true
# Define rules for all filetypes
[*]
# We want to indent with tabs to allow users to individually set the tab width
indent_style
=
tabs
# We want clean linux style line breaks
end_of_line
=
lf
# Make sure all files have the right charset
charset
=
utf-8
# Nobody needs trailing whitespaces at the end of a file
trim_trailing_whitespace
=
true
Loading