History log of /rk3399_ARM-atf/.editorconfig (Results 1 – 12 of 12)
Revision Date Author Comments
# 612c4e69 21-Oct-2024 Govindraj Raja <govindraj.raja@arm.com>

Merge "chore(commitlint): tell editors commit line lengths are 72 characters" into integration


# 572635cd 26-Sep-2024 Boyan Karatotev <boyan.karatotev@arm.com>

chore(commitlint): tell editors commit line lengths are 72 characters

The repository obeys an 100 character soft limit for source lines.
However, commit messages generally have lines shorter than 72

chore(commitlint): tell editors commit line lengths are 72 characters

The repository obeys an 100 character soft limit for source lines.
However, commit messages generally have lines shorter than 72 characters
to make gerrit print them without wrapping.

Annoyingly, the editorconfig can't express this and the 100 character
limit applies to commit messages, requiring manual formatting. Luckily,
when writing commit messages the file `.git/COMMIT_EDITMSG` is open. So
we can set its line length to be 72 characters.

Change-Id: Id96dcab8ce500ee965e53dd53a51c6761811440e
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>

show more ...


# 49462851 03-Dec-2020 Manish Pandey <manish.pandey2@arm.com>

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


# 279f77b4 19-Aug-2020 Yann Gautier <yann.gautier@st.com>

.editorconfig: set max line length to 100

Relax the 80 character line length, as done in checkpatch,
since Linux 5.7.

Change-Id: I093a2e6a45336339193173f7ff6a461279cf411d
Signed-off-by: Yann Gautie

.editorconfig: set max line length to 100

Relax the 80 character line length, as done in checkpatch,
since Linux 5.7.

Change-Id: I093a2e6a45336339193173f7ff6a461279cf411d
Signed-off-by: Yann Gautier <yann.gautier@st.com>

show more ...


# 0938473a 22-Oct-2019 Paul Beesley <paul.beesley@arm.com>

Merge "doc: Final, pre-release fixes and updates" into integration


# bbf0a1e4 21-Oct-2019 Paul Beesley <paul.beesley@arm.com>

doc: Final, pre-release fixes and updates

A small set of misc changes to ensure correctness before the v2.2
release tagging.

Change-Id: I888840b9483ea1a1633d204fbbc0f9594072101e
Signed-off-by: Paul

doc: Final, pre-release fixes and updates

A small set of misc changes to ensure correctness before the v2.2
release tagging.

Change-Id: I888840b9483ea1a1633d204fbbc0f9594072101e
Signed-off-by: Paul Beesley <paul.beesley@arm.com>

show more ...


# 36305c82 12-Sep-2019 Soby Mathew <soby.mathew@arm.com>

Merge "Add python configuration for editorconfig" into integration


# 40b06510 27-Aug-2019 Justin Chadwell <justin.chadwell@arm.com>

Add python configuration for editorconfig

As it currently is, python files are formatted using the general rules
in .editorconfig - this means that 8-character hard tabs are used, which
is not the r

Add python configuration for editorconfig

As it currently is, python files are formatted using the general rules
in .editorconfig - this means that 8-character hard tabs are used, which
is not the recommended behaviour according to the PEP-8 standard. This
patch correct this, and additionally limits the line length to 79
characters as required by the standard.

Change-Id: I3b5c0aff12034c4184d4555aab36490cdb3885da
Signed-off-by: Justin Chadwell <justin.chadwell@arm.com>

show more ...


# b53cde79 12-Jul-2019 Sandrine Bailleux <sandrine.bailleux@arm.com>

Merge "Remove references to old project name from common files" into integration


# bd97f83a 05-Jul-2019 John Tsichritzis <john.tsichritzis@arm.com>

Remove references to old project name from common files

The project has been renamed from "Arm Trusted Firmware (ATF)" to
"Trusted Firmware-A (TF-A)" long ago. A few references to the old
project na

Remove references to old project name from common files

The project has been renamed from "Arm Trusted Firmware (ATF)" to
"Trusted Firmware-A (TF-A)" long ago. A few references to the old
project name that still remained in various places have now been
removed.

This change doesn't affect any platform files. Any "ATF" references
inside platform files, still remain.

Change-Id: Id97895faa5b1845e851d4d50f5750de7a55bf99e
Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>

show more ...


# 22fa3a27 08-May-2018 danh-arm <dan.handley@arm.com>

Merge pull request #1368 from EvanLloyd/editorconfig

Add .editorconfig file


# 5d9cef94 06-Dec-2017 Evan Lloyd <evan.lloyd@arm.com>

Add .editorconfig file

The .editorconfig file provides an editor agnostic definition of a
project's file format requirements.
Details can be found at http://editorconfig.org/

This change should hav

Add .editorconfig file

The .editorconfig file provides an editor agnostic definition of a
project's file format requirements.
Details can be found at http://editorconfig.org/

This change should have little impact on users, but, it is hoped, will
help those who move across projects avoid making mistakes because of
foreign project editor configuration settings.

Change-Id: I8776526b5ab96b543d3d3e445c60e06b62049e68
Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>

show more ...