editorconfig-gradle-plugin icon indicating copy to clipboard operation
editorconfig-gradle-plugin copied to clipboard

A Gradle plugin for checking whether project files comply with format rules defined in .editorconfig files and eventually also for fixing the violations

Results 4 editorconfig-gradle-plugin issues
Sort by recently updated
recently updated
newest added

Original submission: #7 ### Expected Behavior `./gradlew editorconfigCheck` passes, or fails with a syntax related message ### Actual Behavior ``` ANTLR Tool version 4.7 used for code generation does not...

I receive the following error when attempting to update to `0.1.0` ``` > No matching variant of org.ec4j.gradle:editorconfig-gradle-plugin:0.1.0 was found. The consumer was configured to find a library for use...

Having: ``` # .editorconfig root = true [*] indent_style = space indent_size = 2 tab_width = 2 end_of_line = lf charset = utf-8 insert_final_newline = true max_line_length = 120 trim_trailing_whitespace...

Hello. In my project, I used **editorconfig-gradle-plugin**. My project contains **node_modules** folder, that contains module **define-properties** with file **.editorconfig**. ``` root = true [*] indent_style = tab; insert_final_newline = true;...