Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ASTRON Templates
Python Package
Merge requests
!9
Add .editorconfig
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Add .editorconfig
add-editorconfig
into
main
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Hannes Feldt
requested to merge
add-editorconfig
into
main
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
Helps with formatting files cross IDE/editor.
0
0
Merge request reports
Viewing commit
0c1a2fe0
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0c1a2fe0
Add rules for final newline
· 0c1a2fe0
Hannes Feldt
authored
2 years ago
.editorconfig
+
2
−
1
Options
@@ -5,7 +5,8 @@ charset = utf-8
end_of_line
=
lf
indent_size
=
4
indent_style
=
space
insert_final_newline
=
false
insert_final_newline
=
true
trim_trailing_whitespace
=
true
max_line_length
=
120
tab_width
=
4
ij_continuation_indent_size
=
8
Loading