diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..a3807de5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +tab_width = 4 +indent_size = tab +indent_style = tab +insert_final_newline = true +max_line_length = 120 \ No newline at end of file diff --git a/README.md b/README.md index d0366138..54ef9f85 100644 --- a/README.md +++ b/README.md @@ -2402,6 +2402,7 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A - [editorconfig-core-go](https://github.com/editorconfig/editorconfig-core-go) - Editorconfig file parser and manipulator for Go. - [encdec](https://github.com/mickep76/encdec) - Package provides a generic interface to encoders and decoders. - [go-fasttld](https://github.com/elliotwutingfeng/go-fasttld) - High performance effective top level domains (eTLD) extraction module. +- [go-hashtag](https://github.com/itbasis/go-hashtag) - Library for working with hashtags in the text - [go-nmea](https://github.com/adrianmo/go-nmea) - NMEA parser library for the Go language. - [go-vcard](https://github.com/emersion/go-vcard) - Parse and format vCard. - [gofeed](https://github.com/mmcdole/gofeed) - Parse RSS and Atom feeds in Go.