amaneureka / AtomOS

A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
http://www.atomixos.com
BSD 3-Clause "New" or "Revised" License
1.26k stars 85 forks source link

Add .editorconfig file #40

Closed SplittyDev closed 7 years ago

SplittyDev commented 7 years ago

This pull request adds a .editorconfig file to help contributors adhere to the coding guidelines. It also changes the shebang line of the src/Build/Setup.sh script from #!/bin/bash to the more portable #!/usr/bin/env bash. That should allow it to work on macOS and other unix-like systems to run flawlessly.

Signed-off-by: Splitty splittydev@gmail.com

amaneureka commented 7 years ago

Looks good to me!