Commit Graph
3 Commits
Author SHA1 Message Date
Vakhurin Sergey 5d5e7be3fb Merge branch 'master' into fix-insert-space-after-function-generic
# Conflicts:
#	src/services/formatting/rules.ts
2018-03-03 04:21:01 +03:00
Vakhurin Sergey 2b6ef79ada Fixed incorrect insertSpaceBeforeFunctionParenthesis behavior on functions with type-arguments
There was an interference between the SpaceBeforeOpenParenInFuncDecl and the NoSpaceAfterCloseAngularBracket rules. So, the NoSpaceAfterCloseAngularBracket eliminated a space which has been added by the SpaceBeforeOpenParenInFuncDecl rule.
2017-10-19 02:00:05 +03:00
Vakhurin Sergey 95594e3ef3 Fixed formatting for multiline initialization of object and class members (#18494) 2017-09-15 09:12:35 -07:00