1
0
Fork 0
mirror of https://github.com/Ride-The-Lightning/RTL.git synced 2025-03-13 11:35:42 +01:00
Ride-The-Lightning-RTL/.editorconfig
ShahanaFarooqui 5a38585b71
Release 0.10.0 ()
Channel backup download file bug fix 
Added macaroon authentication for Loop ()
Adding Label for Loop In & Loop Out 
Fee Report & Routing Enhancements ()
Payments report 
Transactions Report 
Material table sorting bug fix 
CL & ECL ng Routing  & Hocon Read Fix  ()
CLT & ECL Reports ()
UI Bug fixes for tables group sort, pagination, dialog and spinner close
Increased request body size  ()
App lock after 5 attempts  & DatePicker default adapter  ()
Upgade Angular 11 ()
Loop amount validation 
Loop https document updates
2020-12-20 18:36:04 -05:00

16 lines
274 B
INI

# Editor configuration, see https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
quote_type = single
[*.md]
max_line_length = off
trim_trailing_whitespace = false