Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arm Reference Solutions
trusted-firmware-a
Commits
49462851
Commit
49462851
authored
Dec 03, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Dec 03, 2020
Browse files
Merge ".editorconfig: set max line length to 100" into integration
parents
5e5c399d
279f77b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.editorconfig
View file @
49462851
#
# Copyright (c) 2017-20
19
, Arm Limited and Contributors. All rights reserved.
# Copyright (c) 2017-20
20
, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
...
...
@@ -38,10 +38,10 @@ indent_style = tab
insert_final_newline = true
# [LCS] Chapter 2: Breaking long lines and strings
# "The limit on the length of lines is
8
0 columns"
# "The limit on the length of lines is
10
0 columns"
# This is a "soft" requirement for Arm-TF, and should not be the sole
# reason for changes.
max_line_length =
8
0
max_line_length =
10
0
# [LCS] Chapter 1: Indentation
# "Tabs are 8 characters"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment