Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
default
cerulean
cosmo
flatly
journal
lumen
paper
readable
sandstone
simplex
spacelab
united
yeti
solar
cyborg
darkly
slate
superhero
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
a5d487ea7a087d5dae8c2ea07a75cbe05c67908d
Branches
0.1
0.2
html-sanitizer
html-sanitizer-and-mocha-specs
master
sanitize-oversight
Tags
v0.11.2
v0.11.0
v0.9.2
v0.9.0
v0.8.2
v0.6.2
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.2
v0.3.1
v0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Files
Commits
Log
Graph
Stats
xml2json.git
.editorconfig
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 9
Mode: text
Binary: false
17a24607
# EditorConfig helps developers define and maintain consistent # coding styles between different editors and IDEs # editorconfig.org
1af71b6c
root = true
17a24607
1af71b6c
[*]
17a24607
# Change these settings to your own preference
1af71b6c
indent_style = space indent_size = 4
17a24607
# We recommend you to keep these unchanged end_of_line = lf charset = utf-8
1af71b6c
trim_trailing_whitespace = true
17a24607
insert_final_newline = true [*.md] trim_trailing_whitespace = false