From b2d90577abcbe8f37ff7a9d3d09354b3cbe9b1e9 Mon Sep 17 00:00:00 2001 From: giffyglyph Date: Wed, 2 Jun 2021 23:29:42 +0100 Subject: [PATCH] Update development version to v0.5.4-dev --- .jsbeautifyrc | 44 ++++++++++++++++++++++++++++++++++++++++++++ module.json | 4 ++-- 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 .jsbeautifyrc diff --git a/.jsbeautifyrc b/.jsbeautifyrc new file mode 100644 index 0000000..2ee7664 --- /dev/null +++ b/.jsbeautifyrc @@ -0,0 +1,44 @@ +{ + "html": { + "allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg", "dust"], + "brace_style": "collapse", + "end_with_newline": true, + "indent_with_tabs": true, + "indent_handlebars": true, + "indent_inner_html": true, + "max_preserve_newlines": 10, + "preserve_newlines": true, + "wrap_line_length": 0 + }, + "css": { + "allowed_file_extensions": ["css", "scss", "sass", "less"], + "end_with_newline": true, + "indent_with_tabs": true, + "newline_between_rules": true, + "space_around_combinator": true, + "selector_separator": " ", + "selector_separator_newline": true, + "preserve_newlines": true, + "max_preserve_newlines": 10 + }, + "js": { + "allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc"], + "brace_style": "collapse,preserve-inline", + "break_chained_methods": false, + "e4x": false, + "end_with_newline": true, + "indent_level": 0, + "indent_with_tabs": true, + "jslint_happy": false, + "keep_array_indentation": false, + "keep_function_indentation": false, + "max_preserve_newlines": 0, + "preserve_newlines": true, + "space_after_anon_function": false, + "space_before_conditional": true, + "space_in_empty_paren": false, + "space_in_paren": false, + "unescape_strings": false, + "wrap_line_length": 0 + } +} \ No newline at end of file diff --git a/module.json b/module.json index acac258..efa4829 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "giffyglyphs-5e-monster-maker-dev", "title": "Giffyglyph's 5e Monster Maker (DEV)", "description": "Create new monsters in seconds using monster levels and templates.", - "version": "0.5.3", + "version": "0.5.4", "authors": [ { "name": "Giffyglyph", @@ -33,5 +33,5 @@ "compatibleCoreVersion": "0.8.6", "url": "https://patreon.com/giffyglyph", "manifest": "https://raw.githubusercontent.com/giffyglyph/foundry_5e_monster_maker/dev/module.json", - "download": "https://github.com/giffyglyph/foundry_5e_monster_maker/archive/refs/tags/v0.5.3-dev.zip" + "download": "https://github.com/giffyglyph/foundry_5e_monster_maker/archive/refs/tags/v0.5.4-dev.zip" } \ No newline at end of file