Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
waLBerla
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Gardner
waLBerla
Commits
828e7e5c
Commit
828e7e5c
authored
4 years ago
by
Stephan Seitz
Browse files
Options
Downloads
Patches
Plain Diff
Add .editorconfig rule for Python to agree with flake settings
parent
83c1b8ba
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
+6
-1
6 additions, 1 deletion
.editorconfig
with
6 additions
and
1 deletion
.editorconfig
+
6
−
1
View file @
828e7e5c
...
...
@@ -7,4 +7,9 @@ indent_style = space
indent_size
=
3
charset
=
utf-8
trim_trailing_whitespace
=
true
insert_final_newline
=
false
\ No newline at end of file
insert_final_newline
=
false
[*.py]
tab_width
=
4
indent_size
=
4
insert_final_newline
=
true
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