Hi Peter, Intellij IDEA supports "continuation_indent_size". Also, Microsoft implemented similar properties for C# but with different names (like "csharp_space_around_binary_operators") in Visual Studio.
Best regards, Dmitry On Friday, 9 November 2018 17:52:27 UTC+1, [email protected] wrote: > > Hi *, > > I am working on an editorconfig checker/linter for Java source files. I'd > be thankful for any info about editors/plugins/tools that support any of > these properties. All of these are listed under "Ideas for Domain-Specific > Properties" [1] > > curly_bracket_next_line > spaces_around_operators > spaces_around_brackets > indent_brace_style > wildcard_import_limit > continuation_indent_size > > Thanks, > > Peter > > [1] > https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#ideas-for-domain-specific-properties > -- You received this message because you are subscribed to the Google Groups "EditorConfig" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/editorconfig. For more options, visit https://groups.google.com/d/optout.
