-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #260 from BalticAmadeus/259-have-using-formatter-a…
…lign-from-keyword 259 have using formatter align from keyword
- Loading branch information
Showing
7 changed files
with
127 additions
and
17 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
resources/functionalTests/using/6optional-statements/input.p
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* formatterSettingsOverride */ | ||
/* { "AblFormatter.usingFormatting": true, | ||
"abl.completion.upperCase": false}*/ | ||
|
||
using Common.* from propath. | ||
using Exceptions.* from propath. | ||
using Framework.* from propath. | ||
using Framework.Ccs.* from propath. | ||
using Framework.Enum.* from propath. | ||
using Framework.Exceptions.* from propath. | ||
using Util.* from propath. | ||
using Lang.* from propath. |
12 changes: 12 additions & 0 deletions
12
resources/functionalTests/using/6optional-statements/target.p
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* formatterSettingsOverride */ | ||
/* { "AblFormatter.usingFormatting": true, | ||
"abl.completion.upperCase": false}*/ | ||
|
||
using Common.* from propath. | ||
using Exceptions.* from propath. | ||
using Framework.* from propath. | ||
using Framework.Ccs.* from propath. | ||
using Framework.Enum.* from propath. | ||
using Framework.Exceptions.* from propath. | ||
using Lang.* from propath. | ||
using Util.* from propath. |
11 changes: 11 additions & 0 deletions
11
resources/functionalTests/using/6optional-statements2/input.p
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* formatterSettingsOverride */ | ||
/* { "AblFormatter.usingFormatting": true, | ||
"abl.completion.upperCase": false}*/ | ||
|
||
using Alpha.Beta.* from propath. | ||
using Gamma.Delta.* from propath. | ||
using Epsilon.Zeta.* from propath. | ||
using Theta.Iota.* from assembly. | ||
using Kappa.Lambda.* from propath. | ||
using Mu.Nu.* from propath. | ||
using Xi.Omicron.* from assembly. |
11 changes: 11 additions & 0 deletions
11
resources/functionalTests/using/6optional-statements2/target.p
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* formatterSettingsOverride */ | ||
/* { "AblFormatter.usingFormatting": true, | ||
"abl.completion.upperCase": false}*/ | ||
|
||
using Alpha.Beta.* from propath. | ||
using Epsilon.Zeta.* from propath. | ||
using Gamma.Delta.* from propath. | ||
using Kappa.Lambda.* from propath. | ||
using Mu.Nu.* from propath. | ||
using Theta.Iota.* from assembly. | ||
using Xi.Omicron.* from assembly. |
16 changes: 16 additions & 0 deletions
16
resources/functionalTests/using/6optional-statements3/input.p
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* formatterSettingsOverride */ | ||
/* { "AblFormatter.usingFormatting": true, | ||
"abl.completion.upperCase": false}*/ | ||
|
||
using Alpha.*. | ||
using Alpha.Beta.* from propath. | ||
using Beta.Gamma.*. | ||
using Chi.Psi.Omega.* from propath. | ||
using Delta.Epsilon.Zeta.Eta.* from propath. | ||
using Epsilon.Zeta.* from assembly. | ||
using Eta.Theta.* from propath. | ||
using Gamma.Delta.* from propath. | ||
using Kappa.Lambda.Mu.Nu.* from propath. | ||
using Sigma.Tau.Upsilon.Phi.* from propath. | ||
using Theta.Iota.* from propath. | ||
using Xi.Omicron.Pi.Rho.* from propath. |
16 changes: 16 additions & 0 deletions
16
resources/functionalTests/using/6optional-statements3/target.p
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* formatterSettingsOverride */ | ||
/* { "AblFormatter.usingFormatting": true, | ||
"abl.completion.upperCase": false}*/ | ||
|
||
using Alpha.*. | ||
using Alpha.Beta.* from propath. | ||
using Beta.Gamma.*. | ||
using Chi.Psi.Omega.* from propath. | ||
using Delta.Epsilon.Zeta.Eta.* from propath. | ||
using Epsilon.Zeta.* from assembly. | ||
using Eta.Theta.* from propath. | ||
using Gamma.Delta.* from propath. | ||
using Kappa.Lambda.Mu.Nu.* from propath. | ||
using Sigma.Tau.Upsilon.Phi.* from propath. | ||
using Theta.Iota.* from propath. | ||
using Xi.Omicron.Pi.Rho.* from propath. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters