aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlls/qqmlformatting.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlls: read qmlformat.ini files when formattingSami Shalayel2024-09-201-6/+10
* make QQmlLSUtils a namespace instead of a classSami Shalayel2024-05-271-3/+3
* Filter down item regions that comments can attach toSemih Yavuz2024-02-221-18/+2
* DOM refactoring. Remove LoadOptionsDmitrii Akshintsev2024-01-301-2/+1
* QQmlJS::Dom::OutWriter. RefactoringDmitrii Akshintsev2024-01-251-1/+1
* DOM refactoring. Move loadPendingDependencies to DomEnvironmentDmitrii Akshintsev2024-01-181-1/+1
* DOM refactoring. Remove DomItem::loadItem. enable_shared_from_this for DomEnv*Dmitrii Akshintsev2024-01-181-5/+4
* qmlls: fix formatting of commentsSami Shalayel2024-01-161-2/+19
* QmlDom: Don't pass ErrorMessage by valueUlf Hermann2023-09-151-1/+1
* qmlls: disable features on invalid QML documentsSami Shalayel2023-08-171-5/+10
* qmlls: do not perform extra checks while formattingSemih Yavuz2023-08-101-1/+1
* qmlls: Implement full text formatting supportSemih Yavuz2023-05-251-0/+91