You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/assets/tpl/editProject.html
+4-5
Original file line number
Diff line number
Diff line change
@@ -116,15 +116,14 @@ <h2>
116
116
</dd>
117
117
118
118
<dt>
119
-
<labelfor="minify">Minify JSON</label>
119
+
<labelfor="jsonStyle">JSON indent style</label>
120
120
<info>
121
-
Enable this to save project JSON file without any "pretty" formatting (ie. white spaces and indentation).
122
-
This is NOT necessarily recommended if your project is stored on a versioning system (git, svn etc.) because this could cause issues with diffs and merging operations.
123
-
Only use this option if you really need to reduce the project files size.
121
+
You can adjust the way the JSON file is formated by LDtk (ie. white spaces and indentation).
122
+
Only use Minified if you really need to reduce the project files size. This will cause issues with diffs and merging operations.
0 commit comments