Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Python Binary Wheel 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 Binary Wheel Package
Commits
d8bc64f2
Commit
d8bc64f2
authored
Nov 25, 2022
by
Hannes Feldt
Browse files
Options
Downloads
Patches
Plain Diff
Adjust .editorconfig for python files to comply with black linting
parent
b4bb5a91
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.editorconfig
+11
-10
11 additions, 10 deletions
.editorconfig
with
11 additions
and
10 deletions
.editorconfig
+
11
−
10
View file @
d8bc64f2
...
...
@@ -62,10 +62,11 @@ ij_markdown_wrap_text_if_long = true
ij_markdown_wrap_text_inside_blockquotes
=
true
[{*.py,*.pyw}]
max_line_length
=
88
ij_python_align_collections_and_comprehensions
=
true
ij_python_align_multiline_imports
=
true
ij_python_align_multiline_parameters
=
true
ij_python_align_multiline_parameters_in_calls
=
tru
e
ij_python_align_multiline_parameters_in_calls
=
fals
e
ij_python_blank_line_at_file_end
=
true
ij_python_blank_lines_after_imports
=
1
ij_python_blank_lines_after_local_imports
=
0
...
...
@@ -73,15 +74,15 @@ ij_python_blank_lines_around_class = 1
ij_python_blank_lines_around_method
=
1
ij_python_blank_lines_around_top_level_classes_functions
=
2
ij_python_blank_lines_before_first_method
=
0
ij_python_call_parameters_new_line_after_left_paren
=
fals
e
ij_python_call_parameters_right_paren_on_new_line
=
fals
e
ij_python_call_parameters_new_line_after_left_paren
=
tru
e
ij_python_call_parameters_right_paren_on_new_line
=
tru
e
ij_python_call_parameters_wrap
=
normal
ij_python_dict_alignment
=
2
ij_python_dict_new_line_after_left_brace
=
fals
e
ij_python_dict_new_line_before_right_brace
=
fals
e
ij_python_dict_new_line_after_left_brace
=
tru
e
ij_python_dict_new_line_before_right_brace
=
tru
e
ij_python_dict_wrapping
=
1
ij_python_from_import_new_line_after_left_parenthesis
=
fals
e
ij_python_from_import_new_line_before_right_parenthesis
=
fals
e
ij_python_from_import_new_line_after_left_parenthesis
=
tru
e
ij_python_from_import_new_line_before_right_parenthesis
=
tru
e
ij_python_from_import_parentheses_force_if_multiline
=
true
ij_python_from_import_trailing_comma_if_multiline
=
false
ij_python_from_import_wrapping
=
1
...
...
@@ -90,8 +91,8 @@ ij_python_keep_blank_lines_in_code = 1
ij_python_keep_blank_lines_in_declarations
=
1
ij_python_keep_indents_on_empty_lines
=
false
ij_python_keep_line_breaks
=
true
ij_python_method_parameters_new_line_after_left_paren
=
fals
e
ij_python_method_parameters_right_paren_on_new_line
=
fals
e
ij_python_method_parameters_new_line_after_left_paren
=
tru
e
ij_python_method_parameters_right_paren_on_new_line
=
tru
e
ij_python_method_parameters_wrap
=
normal
ij_python_new_line_after_colon
=
true
ij_python_new_line_after_colon_multi_clause
=
true
...
...
@@ -121,7 +122,7 @@ ij_python_spaces_around_eq_in_keyword_argument = false
ij_python_spaces_around_eq_in_named_parameter
=
false
ij_python_spaces_around_equality_operators
=
true
ij_python_spaces_around_multiplicative_operators
=
true
ij_python_spaces_around_power_operator
=
tru
e
ij_python_spaces_around_power_operator
=
fals
e
ij_python_spaces_around_relational_operators
=
true
ij_python_spaces_around_shift_operators
=
true
ij_python_spaces_within_braces
=
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