Compare commits

...

3 Commits

Author SHA1 Message Date
Samuel FORESTIER
d30be54239 Versions latest Sublime Text configuration 2020-10-03 15:01:02 +02:00
Samuel FORESTIER
e920944616 Updates Archey configuration file for v4.8.0 2020-10-03 15:01:02 +02:00
Samuel FORESTIER
c06c2bf8de Don't force newline insertion on minified Web assets 2020-10-03 15:01:02 +02:00
4 changed files with 18 additions and 2 deletions

@ -1,5 +1,6 @@
{
"allow_overriding": false,
"parallel_loading": true,
"suppress_warnings": false,
"entries": {
"User": true,
@ -8,6 +9,7 @@
"Distro": true,
"Kernel": true,
"Uptime": true,
"Processes": true,
"WindowManager": true,
"DesktopEnvironment": true,
"Shell": true,
@ -25,6 +27,12 @@
"use_unicode": true,
"honor_ansi_color": true
},
"disk": {
"show_filesystems": ["/", "/boot", "/home"],
"combine_total": false,
"disk_labels": "mount_points",
"hide_entry_name": false
},
"default_strings": {
"no_address": "No Address",
"not_detected": "Not detected",

@ -16,12 +16,15 @@
"MarkdownPreview",
"Nftables",
"Package Control",
"Rust Enhanced",
"SideBarEnhancements",
"SublimeGit",
"SublimeLinter",
"SublimeLinter-contrib-mypy",
"SublimeLinter-luacheck",
"SublimeLinter-pylint",
"Terminal",
"Theme - Spacegray"
"Theme - Spacegray",
"TOML"
]
}

@ -4,7 +4,8 @@
"utf",
"Theano",
"malware",
"uninstalling"
"uninstalling",
"Archey"
],
"always_show_minimap_viewport": true,
"auto_complete_delay": 10,
@ -17,6 +18,7 @@
"highlight_modified_tabs": true,
"ignored_packages":
[
"Rust",
"Vintage"
],
"remember_full_screen": true,

@ -15,6 +15,9 @@ trim_trailing_whitespace = true
[*.html]
indent_style = space
[*.min.{css,js}]
insert_final_newline = false
[*.py]
indent_style = space