Withdrawn: 8311227: Add .editorconfig so IDEs would pick up the common settings automatically: indent, trim trailing whitespace

2025-04-10 Thread David Linus Briemann
On Wed, 19 Feb 2025 12:27:58 GMT, David Linus Briemann wrote: > Add an .editorconfig to define indentation, trim trailing whitespace and open > curly brace position for C++ and Java. > This allows various editors to easily infer basics of the coding style. This pull request has be

Re: RFR: 8311227: Add .editorconfig so IDEs would pick up the common settings automatically: indent, trim trailing whitespace [v3]

2025-04-07 Thread David Linus Briemann
On Tue, 11 Mar 2025 09:12:45 GMT, David Linus Briemann wrote: >> Add an .editorconfig to define indentation, trim trailing whitespace and >> open curly brace position for C++ and Java. >> This allows various editors to easily infer basics of the coding style. > >

Re: RFR: 8311227: Add .editorconfig [v2]

2025-04-07 Thread David Linus Briemann
On Mon, 7 Apr 2025 10:10:57 GMT, Magnus Ihse Bursie wrote: >> Alternative to https://github.com/openjdk/jdk/pull/23693 for implementing >> JDK-8311227. >> >> This `.editorconfig` file is a 1-to-1 conversion of the checks done by >> jcheck into .editorconfig format. I believe that is a better w

Re: RFR: 8311227: Add .editorconfig so IDEs would pick up the common settings automatically: indent, trim trailing whitespace [v3]

2025-04-07 Thread David Linus Briemann
On Tue, 11 Mar 2025 09:12:45 GMT, David Linus Briemann wrote: >> Add an .editorconfig to define indentation, trim trailing whitespace and >> open curly brace position for C++ and Java. >> This allows various editors to easily infer basics of the coding style. > >

Re: RFR: 8311227: Add .editorconfig so IDEs would pick up the common settings automatically: indent, trim trailing whitespace [v3]

2025-04-07 Thread David Linus Briemann
On Tue, 11 Mar 2025 09:12:45 GMT, David Linus Briemann wrote: >> Add an .editorconfig to define indentation, trim trailing whitespace and >> open curly brace position for C++ and Java. >> This allows various editors to easily infer basics of the coding style. > >

Re: RFR: 8311227: Add .editorconfig so IDEs would pick up the common settings automatically: indent, trim trailing whitespace

2025-03-10 Thread David Linus Briemann
On Wed, 19 Feb 2025 12:27:58 GMT, David Linus Briemann wrote: > Add an .editorconfig to define indentation, trim trailing whitespace and open > curly brace position for C++ and Java. > This allows various editors to easily infer basics of the coding style. Thank you both for your

Re: RFR: 8311227: Add .editorconfig so IDEs would pick up the common settings automatically: indent, trim trailing whitespace [v3]

2025-03-11 Thread David Linus Briemann
> Add an .editorconfig to define indentation, trim trailing whitespace and open > curly brace position for C++ and Java. > This allows various editors to easily infer basics of the coding style. David Linus Briemann has updated the pull request incrementally with one additional commit

Re: RFR: 8311227: Add .editorconfig so IDEs would pick up the common settings automatically: indent, trim trailing whitespace [v3]

2025-03-11 Thread David Linus Briemann
On Tue, 11 Mar 2025 09:12:45 GMT, David Linus Briemann wrote: >> Add an .editorconfig to define indentation, trim trailing whitespace and >> open curly brace position for C++ and Java. >> This allows various editors to easily infer basics of the coding style. > >

RFR: 8311227: Add .editorconfig so IDEs would pick up the common settings automatically: indent, trim trailing whitespace

2025-03-05 Thread David Linus Briemann
Add an .editorconfig to define indentation, trim trailing whitespace and open curly brace position for C++ and Java. This allows various editors to easily infer basics of the coding style. - Commit messages: - add editorconfig for better indentation detection Changes: https://git.o

Re: RFR: 8311227: Add .editorconfig so IDEs would pick up the common settings automatically: indent, trim trailing whitespace [v3]

2025-03-12 Thread David Linus Briemann
On Wed, 12 Mar 2025 17:17:41 GMT, Magnus Ihse Bursie wrote: >> David Linus Briemann has updated the pull request incrementally with one >> additional commit since the last revision: >> >> make editorconfig hotspot specific > > src/hotspot/.editorconfig li

Re: RFR: 8311227: Add .editorconfig so IDEs would pick up the common settings automatically: indent, trim trailing whitespace [v2]

2025-03-11 Thread David Linus Briemann
> Add an .editorconfig to define indentation, trim trailing whitespace and open > curly brace position for C++ and Java. > This allows various editors to easily infer basics of the coding style. David Linus Briemann has updated the pull request incrementally with one additional commit