Closed sebthom closed 9 months ago
This PR adds support for processing and applying indentation rules defined in language configurations.
indentation rules are visible in preferences and can be disabled per language:
indentation on enter is enriched for languages specifying indentation rules. e.g. in PHP when pressing enter after { the next line is now indented:
indentation is adjusted when copy and pasting code snippets depending on insert location:
This PR adds support for processing and applying indentation rules defined in language configurations.
indentation rules are visible in preferences and can be disabled per language:
indentation on enter is enriched for languages specifying indentation rules. e.g. in PHP when pressing enter after { the next line is now indented:
indentation is adjusted when copy and pasting code snippets depending on insert location: