File: .editorconfig

Recommend this page to a friend!
  Classes of Filip Štamcar   EthAvatar.JS   .editorconfig   Download  
File: .editorconfig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: EthAvatar.JS
Get avatar image for an Ethereum address
Author: By
Last change: Update of .editorconfig
Date: 2 years ago
Size: 368 bytes
 

Contents

Class file image Download
# EditorConfig helps developers define and maintain consistent # coding styles between different editors and IDEs # https://editorconfig.org root = true [*] charset = utf-8 end_of_line = lf indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true [*.{bat,cmd,ps1}] end_of_line = crlf [*.md] trim_trailing_whitespace = false