v0.1-pr.1
Pre-releaseChangelog
42b0db3 Merge branch 'develop' into refactor/format-space-after-annotation
f4738d0 Merge pull request #1 from urbanopt/add-readme
060459a Merge pull request #2 from urbanopt/refactor/format-space-after-annotation
664318d Merge pull request #3 from urbanopt/refactor/annotation-args-single-line
fb2fce7 Merge pull request #4 from urbanopt/refactor/michaels-notes
f55b5de Merge pull request #6 from urbanopt/chore/initial-ci
1f9fb29 Merge pull request #7 from urbanopt/fix/travis-config
073d6ee Merge pull request #8 from urbanopt/bug/pre-commit-format
4b7c1a6 Update README.md
7f8a7de add example
2b304bb add readme and changelog
351b73f chore(Modelica.g4): add comments where changed
e06a055 chore(README): add notes on pre-commit
729e9f4 chore(README): revert executable to modelicafmt
b754ec2 chore(modelicafmt.go): cleanup unused code
3e5bd34 chore(modelicafmt.go): update modelicaListener comments
32e77a5 chore: add travis and goreleaser config
8547749 code cleanup
d6eb7a0 commit to trigger build
ea54092 feat: add option to write result to source file
d57cd65 feat: rudimentary comment handling and small refactoring
75fb7c4 fix: GO111MODULE=on fix goreleaser
bbc32db init: init project
2d1bc91 license
778667b refactor!: rename module to modelica-fmt
55b5dc8 refactor(.goreleaser.yaml): build binary as modelicafmt
7234d96 refactor(modelicafmt): rename func to insertSpaceBeforeToken
72b1b99 refactor(readme): small improvements
de3338c refactor: 'if expressions' indented on each conditional branch
16da4b6 refactor: add if_expression_body to grammar and indent on it
95e8917 refactor: add space after annotation keyword
d5927fc refactor: indent constraining_clause ctx
a48d19b refactor: insert indent before expression_list ctx
8bc0085 refactor: make indent spaces a const
18ef04a refactor: print annotation args on a single line
e491ccd refactor: set max of 1 increase in indentation per line
8a3e044 refactor: tweak if-else expression formatting
c94731f refactor: use parser rules for argument indentation
7e8362d rename travis
a512db0 simple reorg to place antlr related code into thirdparty directory
f56274b update how to include in precommit