From d2ec1251aa6c3b8953f58968b5fb6bf97d5b6d40 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Sun, 1 Jun 2025 18:55:22 +0200 Subject: [PATCH] initial commit Signed-off-by: Christoph Heiss --- .editorconfig | 12 ++++++++++++ README.md | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 .editorconfig create mode 100644 README.md diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..025b86f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false diff --git a/README.md b/README.md new file mode 100644 index 0000000..600a99f --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# compAIR + +compAIR ist ein innovativer MINT / Robotik-Wettbewerb für Jugendliche, der sich mit autonomen Fahrzeugen und Augmented Reality beschäftigt. + +Website: [https://comp-air.at](https://comp-air.at)