adobe / aem-spa-project-archetype

Maven Archetype for creating new AEM SPA projects
Apache License 2.0
61 stars 32 forks source link

Add `.editorconfig` files #106

Closed samuelmeuli closed 4 years ago

samuelmeuli commented 4 years ago
Q                       A
Fixed Issues? No
Patch: Bug Fix? No
Minor: New Feature? No
Major: Breaking Change? No
Tests Added + Pass? No
Documentation Provided No
Any Dependency Changes? No
License Apache License, Version 2.0

Adds .editorconfig files (on both archetype and project levels) for consistent file formatting. The config is based on the one contained in adobe-js-code-standards, with a modification that sets the Java/XML indentation to 4 spaces and the line length to 140 characters (to conform with the Java Coding Conventions).