mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
32dd070e49
* Self-host all libs (including but not limited to Font Awesome icons). LICENSE files were properly included as well. * Temporarily disabling error pages. * Added "start" and "pm2" scripts. To be used with "yarn SCRIPT_NAME" or "npm run SCRIPT_NAME". * Added container for the tables in dashboard. On narrow screens, such as phones, users will then have the ability to use horizontal scroll on the tables. * Fixed various resource paths. This should now work properly when not being hosted in root domain (e.i. https://fiery.me/lolisafe/). * Before checking API, the "Running in ..." button will now say "Loading..." instead.
14 lines
215 B
INI
14 lines
215 B
INI
[*]
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 2
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[LICENSE]
|
|
insert_final_newline = false
|