Commit 49462851 authored by Manish Pandey's avatar Manish Pandey Committed by TrustedFirmware Code Review
Browse files

Merge ".editorconfig: set max line length to 100" into integration

parents 5e5c399d 279f77b4
# #
# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved.
# #
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# #
...@@ -38,10 +38,10 @@ indent_style = tab ...@@ -38,10 +38,10 @@ indent_style = tab
insert_final_newline = true insert_final_newline = true
# [LCS] Chapter 2: Breaking long lines and strings # [LCS] Chapter 2: Breaking long lines and strings
# "The limit on the length of lines is 80 columns" # "The limit on the length of lines is 100 columns"
# This is a "soft" requirement for Arm-TF, and should not be the sole # This is a "soft" requirement for Arm-TF, and should not be the sole
# reason for changes. # reason for changes.
max_line_length = 80 max_line_length = 100
# [LCS] Chapter 1: Indentation # [LCS] Chapter 1: Indentation
# "Tabs are 8 characters" # "Tabs are 8 characters"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment