FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cookiecutter-robust-python/.editorconfig at main · robust-python/cookiecutter-robust-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
robust-python
/
cookiecutter-robust-python
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
23
Code
Issues
5
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cookiecutter-robust-python
/
.editorconfig
Copy path
More file actions
More file actions
Latest commit
History
History
History
111 lines (107 loc) · 4.52 KB
Breadcrumbs
cookiecutter-robust-python
/
.editorconfig
Copy path
File metadata and controls
111 lines (107 loc) · 4.52 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
root
=
true
[
*
]
charset
=
utf-8
end_of_line
=
lf
insert_final_newline
=
true
trim_trailing_whitespace
=
true
max_line_length
=
120
ij_formatter_off_tag
=
@formatter:off
ij_formatter_on_tag
=
@formatter:on
ij_formatter_tags_enabled
=
true
ij_smart_tabs
=
false
ij_visual_guides
=
ij_wrap_on_typing
=
false
[
*
.toml
]
indent_style
=
space
indent_size
=
4
[
{
*
.yml,
*
.yaml,
*
.json}
]
indent_style
=
space
indent_size
=
2
[
{
*
.py,
*
.pyw,
*
.whl}
]
indent_style
=
space
indent_size
=
4
ij_continuation_indent_size
=
4
ij_python_add_indent_inside_injections
=
false
ij_python_align_collections_and_comprehensions
=
true
ij_python_align_multiline_imports
=
true
ij_python_align_multiline_parameters
=
false
ij_python_align_multiline_parameters_in_calls
=
false
ij_python_blank_line_at_file_end
=
true
ij_python_blank_lines_after_imports
=
2
ij_python_blank_lines_after_local_imports
=
0
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
=
true
ij_python_call_parameters_right_paren_on_new_line
=
true
ij_python_call_parameters_wrap
=
on_every_item
ij_python_dict_alignment
=
0
ij_python_dict_new_line_after_left_brace
=
true
ij_python_dict_new_line_before_right_brace
=
true
ij_python_dict_wrapping
=
on_every_item
ij_python_format_injected_fragments
=
true
ij_python_from_import_new_line_after_left_parenthesis
=
true
ij_python_from_import_new_line_before_right_parenthesis
=
true
ij_python_from_import_parentheses_force_if_multiline
=
true
ij_python_from_import_trailing_comma_if_multiline
=
false
ij_python_from_import_wrapping
=
on_every_item
ij_python_hang_closing_brackets
=
false
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_list_new_line_after_left_bracket
=
true
ij_python_list_new_line_before_right_bracket
=
true
ij_python_list_wrapping
=
on_every_item
ij_python_method_parameters_new_line_after_left_paren
=
true
ij_python_method_parameters_right_paren_on_new_line
=
true
ij_python_method_parameters_wrap
=
on_every_item
ij_python_new_line_after_colon
=
true
ij_python_new_line_after_colon_multi_clause
=
true
ij_python_optimize_imports_always_split_from_imports
=
true
ij_python_optimize_imports_case_insensitive_order
=
false
ij_python_optimize_imports_join_from_imports_with_same_source
=
false
ij_python_optimize_imports_sort_by_type_first
=
true
ij_python_optimize_imports_sort_imports
=
true
ij_python_optimize_imports_sort_names_in_from_imports
=
false
ij_python_set_new_line_after_left_brace
=
true
ij_python_set_new_line_before_right_brace
=
true
ij_python_set_wrapping
=
on_every_item
ij_python_space_after_comma
=
true
ij_python_space_after_number_sign
=
true
ij_python_space_after_py_colon
=
true
ij_python_space_before_backslash
=
true
ij_python_space_before_comma
=
false
ij_python_space_before_for_semicolon
=
false
ij_python_space_before_lbracket
=
false
ij_python_space_before_method_call_parentheses
=
false
ij_python_space_before_method_parentheses
=
false
ij_python_space_before_number_sign
=
true
ij_python_space_before_py_colon
=
false
ij_python_space_within_empty_method_call_parentheses
=
false
ij_python_space_within_empty_method_parentheses
=
false
ij_python_spaces_around_additive_operators
=
true
ij_python_spaces_around_assignment_operators
=
true
ij_python_spaces_around_bitwise_operators
=
true
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
=
true
ij_python_spaces_around_relational_operators
=
true
ij_python_spaces_around_shift_operators
=
true
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_tuple_new_line_after_left_parenthesis
=
true
ij_python_tuple_new_line_before_right_parenthesis
=
true
ij_python_tuple_wrapping
=
on_every_item
ij_python_use_continuation_indent_for_arguments
=
false
ij_python_use_continuation_indent_for_collection_and_comprehensions
=
false
ij_python_use_continuation_indent_for_parameters
=
true
ij_python_use_trailing_comma_in_arguments_list
=
false
ij_python_use_trailing_comma_in_collections
=
false
ij_python_use_trailing_comma_in_parameter_list
=
false
ij_python_wrap_long_lines
=
false
Back
|
FazBrowse Home
|
New Git URL