Files
DefinitelyTyped/baconjs/.editorconfig
matsievskyav 75a3573ee5 Changes to Bacon.js
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.
2015-07-24 17:12:55 +03:00

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