Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
44 lines (38 loc) · 1.06 KB

File metadata and controls

44 lines (38 loc) · 1.06 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# This will allow to split the script in several files
[merge]
enabled=true
fnc=merge_blocks
open_tag=/*%%
close_tag= %%*/
# This will allow to use marked comments to separate them from regular comments in case those shall not be skipped
[skipBlocks]
enabled=true
fnc=remove_skip_blocks
open_tag=/*<SKIP>*/
close_tag=/*</SKIP>*/
# Removes all line comments (starting with // except those starting with //* or with leading : to protect links)
[lineComments]
enabled=true
fnc=remove_line_comments
open_tag=[^:]//[^*]
start_at_line=22
# Removes all block comments (starting with /* and ending with */ except those starting with /**)
[blockComments]
enabled=false
fnc=remove_block_comments
open_tag=/\\\*[^*]
close_tag=\\\*/
# This will remove all doc comments (starting with /** and ending with */)
[docComments]
enabled=true
fnc=remove_doc_comments
open_tag=/**
close_tag=*/
# This will remove empty lines from the output file
[emptyLines]
enabled=true
fnc=remove_blank_lines
# Removes all leading and trailing spaces and tabs of each line
[trimSpaces]
enabled=false
fnc=trim_spaces
Morty Proxy This is a proxified and sanitized view of the page, visit original site.