diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-29 13:58:44 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-29 13:58:44 -0800 |
| commit | 77d464373fb0b30d7d0ad268462e0294b855d161 (patch) | |
| tree | a47ca26221c797bd6ccc0dd8e14ce15d64195368 /src | |
| parent | add initial github actions (diff) | |
| download | x-77d464373fb0b30d7d0ad268462e0294b855d161.tar.gz | |
add a few more useful files to the repo
Diffstat (limited to 'src')
| -rw-r--r-- | src/apple_silicon/.editorconfig | 23 | ||||
| -rw-r--r-- | src/apple_silicon/README.md | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/src/apple_silicon/.editorconfig b/src/apple_silicon/.editorconfig new file mode 100644 index 0000000..9d9ad7a --- /dev/null +++ b/src/apple_silicon/.editorconfig @@ -0,0 +1,23 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space + +[*.rs] +indent_size = 4 + +[*.toml] +indent_size = 2 + +[*.{diff,patch}] +end_of_line = unset +insert_final_newline = unset +trim_trailing_whitespace = unset diff --git a/src/apple_silicon/README.md b/src/apple_silicon/README.md new file mode 100644 index 0000000..7d83327 --- /dev/null +++ b/src/apple_silicon/README.md @@ -0,0 +1 @@ +A command line utility to report information about Apple Silicon (inspired by [`asitop`](https://github.com/tlkh/asitop/tree/74ebe2cbc23d5b1eec874aebb1b9bacfe0e670cd)). |
