Commit Graph

20 Commits

Author SHA1 Message Date
Rustam Vishnyakov c0911cb9bb Allow dots in EditorConfig values for IntelliJ properties
enables imports layout and packages to use imports on demand

GitOrigin-RevId: bb6f1b88d15b57f6d542ad5692bccb9ced8b59a1
2019-04-28 17:33:42 +03:00
Rustam Vishnyakov 72b82e2827 Use block_brace_style instead of brace_style
The latter may be interpreted as applicable to any kind of braces

GitOrigin-RevId: 94860a07937eb661fa6e111b90cb8cbf59431048
2019-04-23 13:28:33 +03:00
Rustam Vishnyakov 42ad12d402 Add indent options to common editorconfig part and skip matching options in languages 2019-04-16 19:30:47 +03:00
Rustam Vishnyakov 4a7050ca94 Test data fix 2019-04-03 20:30:26 +03:00
Rustam Vishnyakov e684b2bcd9 Fixed IDEA-195707 "'case' on new line" setting name is misleading 2019-04-03 13:02:19 +03:00
Rustam Vishnyakov 08b64ee05c More code style descriptions, renamed "align_multiline_method_brackets" to "..._parentheses" 2019-04-01 13:10:43 +03:00
Rustam Vishnyakov d76d6e1844 Export visual guides to Json (IDEA-206789) 2019-02-14 14:28:17 +03:00
Rustam Vishnyakov 02455a3118 Code style property names fixes (e.g. IDEA-206769) 2019-02-11 20:11:00 +03:00
Rustam Vishnyakov d3973a1add Rename "replace_int_sum..." to "replace_sum" (IDEA-CR-42964) 2019-02-07 13:45:46 +03:00
Rustam Vishnyakov c40d30a6eb Fixed IDEA-206778 Export codestyle settings to JSON: export fails when non-default values are provided
Namely "Next line if wrapped"
2019-02-06 21:26:04 +03:00
Rustam Vishnyakov df649251d2 A better external name for REPLACE_SUM code style option 2019-02-06 18:54:58 +03:00
Rustam Vishnyakov 76ebb5a63b Extract generic code style property accessor not limited with fields
with example implementation for Java repeat_annotations property
2019-02-06 14:11:15 +03:00
Tagir Valeev a50261a9c5 jsonExport: added "replace_sum" option 2019-01-31 16:52:10 +07:00
Rustam Vishnyakov 5fac736339 Use language domain ID as a property when serializing code style to Json
to make it easier to create a Json schema later.
2019-01-29 17:31:47 +03:00
Rustam Vishnyakov 7acb06052b Use actual types (integer, boolean) when exporting code style settings to Json 2019-01-29 12:19:04 +03:00
Rustam Vishnyakov f3709c55b8 Export wrap on typing property as boolean 2019-01-28 19:40:50 +03:00
Rustam Vishnyakov a9c079594b Add header information (scheme name, version) to exported code style Json 2019-01-28 18:59:49 +03:00
Rustam Vishnyakov 4064f4c32b Test data fix: use j2ee settings if available 2019-01-25 14:25:57 +03:00
Rustam Vishnyakov 254c3dff56 Replace a simple code style property test with export to Json 2019-01-23 16:22:56 +03:00
Rustam Vishnyakov 9266c05e9a Migrate non-default global WRAP_COMMENTS option to Java code style
for versions prior to 2017.3. See IDEA-189746
2018-04-17 16:35:36 +03:00