SethFalco opened a new pull request #160:
URL: https://github.com/apache/commons-csv/pull/160


   I'm about to rebase and respond to your feedback on 
https://github.com/apache/commons-csv/pull/114.
   Just wanted to propose some minor changes, though.
   
   ### .gitignore
   * Ignores all IntelliJ specific files. (What I was using before, so had some 
files left around still.)
   * Ignores all Visual Studio Code specific files. (What I'm using now.)
   * Replaces the dead link at the top of the file.
   
   ### .editorconfig
   For those using code editors like Visual Studio Code, it can be easier if 
the project defines its preferences using 
[EditorConfig](https://editorconfig.org/) to override any program settings. (a 
vendor-agnostic configuration file that many code editors support)
   
   I've just taken the EditorConfig configuration from the most starred Java 
project Apache has on GitHub:
   https://github.com/apache/dubbo/blob/3.0/.editorconfig
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to