Commit 96583fe
authored
Add a .editorconfig file (#7081)
* Resolve #6998: add a .editorconfig file
This adds settings based on some common-sense values and the Cirq
project's current conventions, such as line length and use of spaces
instead of tabs.
* Add explanation for .md setting for trailing spaces
* Take out exception to trailing spaces rule for .md files
Per discussion in the [review
comments](#7081 (comment)),
the feeling is that it's better to avoid trailing spaces because they
are bad for several reasons.1 parent 6abfd45 commit 96583fe
1 file changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments