Create .editorconfig files for consistent code style across editors and IDEs
* โ matches any string except path separator** โ matches any string including path separators? โ matches any single character[abc] โ matches any character in brackets{s1,s2} โ matches either string (e.g. *.{js,ts})[!abc] โ matches any character not in brackets[*] for all files, *.py, *.{js,ts,tsx}, Makefile