Skip to content
GitLab
Explore
Sign in
Register
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
Python Package
Commits
a9c75b49
Commit
a9c75b49
authored
2 years ago
by
Hannes Feldt
Browse files
Options
Downloads
Patches
Plain Diff
Add some alignment rules
parent
46eb6f93
No related branches found
No related tags found
1 merge request
!9
Add .editorconfig
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.editorconfig
+4
-4
4 additions, 4 deletions
.editorconfig
with
4 additions
and
4 deletions
.editorconfig
+
4
−
4
View file @
a9c75b49
...
...
@@ -75,13 +75,13 @@ ij_python_blank_lines_before_first_method = 0
ij_python_call_parameters_new_line_after_left_paren
=
false
ij_python_call_parameters_right_paren_on_new_line
=
false
ij_python_call_parameters_wrap
=
normal
ij_python_dict_alignment
=
0
ij_python_dict_alignment
=
2
ij_python_dict_new_line_after_left_brace
=
false
ij_python_dict_new_line_before_right_brace
=
false
ij_python_dict_wrapping
=
1
ij_python_from_import_new_line_after_left_parenthesis
=
false
ij_python_from_import_new_line_before_right_parenthesis
=
false
ij_python_from_import_parentheses_force_if_multiline
=
fals
e
ij_python_from_import_parentheses_force_if_multiline
=
tru
e
ij_python_from_import_trailing_comma_if_multiline
=
false
ij_python_from_import_wrapping
=
1
ij_python_hang_closing_brackets
=
false
...
...
@@ -92,7 +92,7 @@ ij_python_keep_line_breaks = true
ij_python_method_parameters_new_line_after_left_paren
=
false
ij_python_method_parameters_right_paren_on_new_line
=
false
ij_python_method_parameters_wrap
=
normal
ij_python_new_line_after_colon
=
fals
e
ij_python_new_line_after_colon
=
tru
e
ij_python_new_line_after_colon_multi_clause
=
true
ij_python_optimize_imports_always_split_from_imports
=
false
ij_python_optimize_imports_case_insensitive_order
=
false
...
...
@@ -127,7 +127,7 @@ ij_python_spaces_within_braces = false
ij_python_spaces_within_brackets
=
false
ij_python_spaces_within_method_call_parentheses
=
false
ij_python_spaces_within_method_parentheses
=
false
ij_python_use_continuation_indent_for_arguments
=
fals
e
ij_python_use_continuation_indent_for_arguments
=
tru
e
ij_python_use_continuation_indent_for_collection_and_comprehensions
=
false
ij_python_use_continuation_indent_for_parameters
=
true
ij_python_wrap_long_lines
=
false
...
...
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