diff options
| author | Victor Mignot <victor@vmignot.fr> | 2026-02-02 20:17:04 +0100 |
|---|---|---|
| committer | Victor Mignot <victor@vmignot.fr> | 2026-02-02 20:17:04 +0100 |
| commit | fb859c9c85688d1a144b732cf688746f2651be40 (patch) | |
| tree | c666b23a1f865945a224c2b2f1026f0227141135 /.editorconfig | |
| download | nanji-fb859c9c85688d1a144b732cf688746f2651be40.tar.gz | |
nrf52832: bootstrap and init the CLOCK device
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..870050d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = tab +trim_trailing_whitespace = true + |
