editorconfig-jetbrains icon indicating copy to clipboard operation
editorconfig-jetbrains copied to clipboard

A JetBrains IDE plugin supporting the EditorConfig standard

Results 2 editorconfig-jetbrains issues
Sort by recently updated
recently updated
newest added

Hi, IDEA supports the concept of continuation indent. Its size is usually configured to twice as much as the regular indent size. Continuation indent can occur if e.g. you wrap...

https://github.com/editorconfig/editorconfig-jetbrains/blob/v0.4.1/src/org/editorconfig/configmanagement/EncodingManager.java#L28 We are encountering strange message ``` EditorConfig: "xxx" is not a valid value for charset for file xxx ``` even with common known charset testcase > ```ini > [test.js]...