From 6ef61087d1ab62570d849b442ce2d50c75d6c988 Mon Sep 17 00:00:00 2001 From: TheSecEng Date: Tue, 14 Apr 2020 16:58:03 -0400 Subject: [PATCH] update settings and .gitignore --- .gitignore | 3 ++- Pretty JSON.sublime-settings | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a3f62f6..e0747df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.pyc *.cache *.sublime-project -.idea \ No newline at end of file +.idea +.DS_Store \ No newline at end of file diff --git a/Pretty JSON.sublime-settings b/Pretty JSON.sublime-settings index 5b8e124..72ce2b8 100644 --- a/Pretty JSON.sublime-settings +++ b/Pretty JSON.sublime-settings @@ -1,6 +1,6 @@ { "use_entire_file_if_no_selection": true, - "indent": 2, + "indent": 4, "sort_keys": false, "ensure_ascii": false, "line_separator": ",",