Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
ldv_datamanagement_tasks
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
LDV
ldv_datamanagement_tasks
Commits
0c1a2fe0
Commit
0c1a2fe0
authored
2 years ago
by
Hannes Feldt
Browse files
Options
Downloads
Patches
Plain Diff
Add rules for final newline
parent
a9c75b49
No related branches found
No related tags found
1 merge request
!9
Add .editorconfig
Pipeline
#39032
passed
2 years ago
Stage: lint
Stage: test
Stage: package
Stage: integration
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.editorconfig
+2
-1
2 additions, 1 deletion
.editorconfig
with
2 additions
and
1 deletion
.editorconfig
+
2
−
1
View file @
0c1a2fe0
...
@@ -5,7 +5,8 @@ charset = utf-8
...
@@ -5,7 +5,8 @@ charset = utf-8
end_of_line
=
lf
end_of_line
=
lf
indent_size
=
4
indent_size
=
4
indent_style
=
space
indent_style
=
space
insert_final_newline
=
false
insert_final_newline
=
true
trim_trailing_whitespace
=
true
max_line_length
=
120
max_line_length
=
120
tab_width
=
4
tab_width
=
4
ij_continuation_indent_size
=
8
ij_continuation_indent_size
=
8
...
...
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