LoginSignup
2
0

More than 3 years have passed since last update.

Solidity公式Exampleでつまづいたことメモ

Last updated at Posted at 2019-12-28

Solidity

Solidity公式Exampleでつまづいたことメモ。

OS:(Mac)Mojave
メモリ:8GB
開発環境:VsCode

[公式サイト]
https://solidity-jp.readthedocs.io/ja/latest/solidity-by-example.html#voting

スクリーンショット 2019-12-27 23.48.27.png

settigs.jsonのユーザー設定で下記を設定すると直った。
なお、Windows10では起きていない。
対処:

// 以下、追記
"solidity.soliumRules": {
"linebreak-style": "windows"
}
// 追記、終わり

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0