Use custom options for formating #8572
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
target/branch
Indicates that a PR will be merged into a branch other than master.
Che has an ability to import custom options for formatting by using this UI:
The file with options is the same as Eclipse uses.
So hove it works:
projects/projectName/.che/
projects/.che/
How the algorithm works:
projects/projectName/.che/che-formatter.xml
exists if it is - use it for formatting otherwiseprojects/.che/che-formatter.xml
exists if it is - use it otherwiseNow jdt.ls uses only default options for formatting. Need to improve it.
The text was updated successfully, but these errors were encountered: