Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
36305c82
Commit
36305c82
authored
Sep 12, 2019
by
Soby Mathew
Committed by
TrustedFirmware Code Review
Sep 12, 2019
Browse files
Merge "Add python configuration for editorconfig" into integration
parents
88b69fcc
40b06510
Changes
1
Show whitespace changes
Inline
Side-by-side
.editorconfig
View file @
36305c82
...
...
@@ -11,6 +11,8 @@
# [CONT] contributing.rst
# [LCS] Linux Coding Style
# (https://www.kernel.org/doc/html/v4.10/process/coding-style.html)
# [PEP8] Style Guide for Python Code
# (https://www.python.org/dev/peps/pep-0008)
root = true
...
...
@@ -60,3 +62,14 @@ max_line_length = 180
# 180 only selected to prevent changes to existing text.
tab_width = 4
# Adjustment for python which prefers a different style
[*.py]
# [PEP8] Indentation
# "Use 4 spaces per indentation level."
indent_size = 4
indent_style = space
# [PEP8] Maximum Line Length
# "Limit all lines to a maximum of 79 characters."
max_line_length = 79
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment