-
-
Notifications
You must be signed in to change notification settings - Fork 537
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This update allows for many more definition macros and teh use of a c…
…onfiguration header to be combined with the single.py Allow for configuration macros to aid in fixing #631
- Loading branch information
Showing
48 changed files
with
1,849 additions
and
1,682 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[style] | ||
based_on_style = pep8 | ||
use_tabs = true | ||
indent_width = 5 | ||
|
||
spaces_before_comment = 1 | ||
spaces_around_power_operator = true | ||
space_between_ending_comma_and_closing_bracket = true | ||
|
||
continuation_align_style = SPACE | ||
split_before_first_argument = false | ||
split_complex_comprehension = true | ||
dedent_closing_brackets = false | ||
coalesce_brackets = true | ||
align_closing_bracket_with_visual_indent = false |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.