Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 75ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
e

editorconfig

Recently created Least recently created Recently updated Least recently updated
anthony

anthony / Шаблон .editorconfig

Last active 1 month ago editorconfig

Пример для использования в проектах

0 0 1
1 root = true
2
3 [*]
4 charset = utf-8
5 end_of_line = lf
6 insert_final_newline = true
7 indent_style = space
8 indent_size = 4
9 trim_trailing_whitespace = true