Commit Graph

25 Commits

Author SHA1 Message Date
Jordi Boggiano 6c09f26b85
Format default settings file correctly 2021-06-26 20:43:09 +02:00
TheSecEng 6cffc27ce5
revert ensure_ascii default 2021-05-26 13:42:41 -07:00
TheSecEng 2d0881d480
remove old json syntax from ST3 2020-08-18 12:39:50 -04:00
TheSecEng 317a1a35b0
fix json format on save, fix json / xml syntax files for ST4, fix jq query, fix double to single quote 2020-08-18 12:37:01 -04:00
TheSecEng d4f0b44a0d
fixes: as_json, pretty, validate
fixes pretty_on_save
fixes validate_on_save
implements as_json
2020-05-19 15:38:44 -04:00
TheSecEng 1c2d2262db
fix: Listeners
implement: syntax change only if not currently a syntax
2020-04-20 08:49:01 -04:00
TheSecEng f6489c9a31
setting file cleanup 2020-04-19 13:15:22 -04:00
TheSecEng 7aacb2de85
code cleanup 2020-04-19 13:14:51 -04:00
TheSecEng f9a4221dd6
implement: jq live filtering 2020-04-17 14:37:05 -04:00
TheSecEng d1573b0e73
fix: formatting and double quote removal 2020-04-16 17:40:48 -04:00
TheSecEng ced7e12107
implement: travis → github actions
implement: #42
update: unit tests
2020-04-16 08:49:10 -04:00
TheSecEng 623e810569
implement: type hinting
implement: .gitattributes
implement: .python-verison
implement: f'strings

fix: libs -> lib
fix: Sublime Menus
2020-04-15 19:09:43 -04:00
TheSecEng 2edda28695
Merge remote-tracking branch 'KuttKatrea/reindent-block' 2020-04-14 17:38:00 -04:00
TheSecEng 6ef61087d1
update settings and .gitignore 2020-04-14 16:58:03 -04:00
Alan Reyes 2e5ea533f8 Added option to reindent prettified block to current indent level of the selection 2017-11-17 12:11:12 -06:00
Nikolajus 66c302caa4 #71 ~ way to turn off validation on save 2016-07-18 10:38:10 +02:00
Nikolajus 7b7ca7b4c1 #40 pretty_on_save config to enable pretty on save 2016-07-15 17:41:46 +02:00
Nikolajus a054124590 moving max line length into config so people can change it 2016-07-15 01:03:35 +02:00
Nikolajus 04296b2d13 #47 ~ adding support for folding array into single line if they are not reaching more than 120chars in a line 2016-07-14 18:26:13 +02:00
Nikolajus dd72cbfc96 #66 ~ moving line and value separators into config file, so people can change it easily to value they need 2016-07-14 16:34:19 +02:00
Nikolajus 5ab38e46a6 Remove debug print of decoded object and change of default ident size to 2 2012-12-28 17:17:14 +01:00
Nikolajus d529976ca0 adding ensure_ascii to configuration, and renaming configuration variable indent_size to indent. it's possible to specify not only the size of spaces but also string 2012-10-09 15:57:06 +02:00
Nikolajus b14ec716e3 Adding copy of simplejson because package control is not suporting submodules, fixing issue #3 reordering of keys is disabled by default 2012-06-15 17:01:53 +02:00
Nikolajus c5d3554ff7 converting tabs to spaces 2012-02-09 09:42:28 +01:00
Taylor 5021a2d37c Added Process entire file, and configuration settings 2012-02-08 13:03:59 -06:00