mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
1. changing `EventStream#map`; 2. changing `Bus#error`; 3. changing `Bacon.update`; 4. expanding `Bacon.when` `JSDoc`s; 5. switching from `node-0.10.d.ts` to `node-0.11.d.ts`; 6. creating `.editorconfig` file.
10 lines
150 B
INI
10 lines
150 B
INI
root = true
|
|
|
|
[*.ts]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|