djLint/src/djlint
Christopher Pickering 280e1fc29c
fix(windows+py3.9): fixed an issue on windows with py3.9 and stdin
On windows python 3.9 the stdin path of - was "sometimes" recognized as the cwd, and sometimes as
the system root. This update sets the cwd manually for paths of -.

re https://github.com/monosans/djlint-vscode/issues/83
2022-10-21 09:14:18 +02:00
..
formatter fix(formatter): fixed indent on inline block followed by inline template block 2022-10-13 12:20:40 +02:00
__init__.py feat(quiet): updated output of the --quiet flag to reduce unneeded verbose stuff 2022-09-26 13:47:41 +02:00
__main__.py added reformatter 2021-07-23 15:58:24 -05:00
helpers.py fix(macro): allow html tags inside macro functions to skip formatting 2022-08-29 09:27:26 -05:00
lint.py fix(linter): prevent linter matches that overlap ignored blocks of code such as comments 2022-08-22 10:01:10 -05:00
output.py feat(quiet): updated output of the --quiet flag to reduce unneeded verbose stuff 2022-09-26 13:47:41 +02:00
reformat.py feat(config): allow source files to be specified in the config file 2022-09-12 12:43:04 +02:00
rules.yaml fix(linter): fixed false positive on T002. Added tests 2022-09-26 09:02:07 +02:00
settings.py fix(windows+py3.9): fixed an issue on windows with py3.9 and stdin 2022-10-21 09:14:18 +02:00
src.py Merge pull request #159 from jayvdb/add-ng-profile 2021-12-14 10:02:54 +01:00